home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
10 jaar 1990-2000
/
10 JAAR HVB.bin
/
data
/
20-2
/
FOREST.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1998-01-03
|
185 b
|
11 lines
@echo off
cls
md c:\hvb_tmp > NUL:
prepare forest
pkunzip -o forest.zip c:\hvb_tmp > NUL:
call c:\hvb_tmp\hvb_go.bat
del c:\hvb_tmp\*.* < Y > NUL:
rd c:\hvb_tmp
@echo off
cls